home *** CD-ROM | disk | FTP | other *** search
- inherited FSubmit: TFSubmit
- Left = 344
- Top = 231
- ActiveControl = EName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Result Submission'
- ClientHeight = 377
- ClientWidth = 423
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- Transparent = True
- end
- object Label2: TLabel
- Left = 48
- Top = 128
- Width = 281
- Height = 33
- AutoSize = False
- Caption =
- 'To see the data that you are about to submit, click on the Show ' +
- 'Details button.'
- Transparent = True
- WordWrap = True
- end
- object Label4: TLabel
- Left = 48
- Top = 56
- Width = 151
- Height = 13
- Caption = 'http://www.3dmark.com/results'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label4Click
- end
- object Label7: TLabel
- Left = 48
- Top = 80
- Width = 273
- Height = 49
- Caption =
- 'Futuremark runs statistical analysis on submitted results to cre' +
- 'ate global comparison database. Statistics will also be used to ' +
- 'improve 3D products in the future.'
- Transparent = True
- WordWrap = True
- end
- object Label9: TLabel
- Left = 48
- Top = 8
- Width = 281
- Height = 41
- Caption =
- '3DMark is a Global Testing Environment. Submit your results to 3' +
- 'DMark results database and compare your setup against the best o' +
- 'f the best!'
- Transparent = True
- WordWrap = True
- end
- object BSend: TButton
- Left = 336
- Top = 8
- Width = 83
- Height = 25
- Caption = '&Submit'
- Default = True
- TabOrder = 1
- OnClick = BSendClick
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 358
- Width = 423
- Height = 19
- Panels = <
- item
- Width = 1000
- end>
- SimplePanel = False
- end
- object BDetails: TButton
- Left = 336
- Top = 296
- Width = 83
- Height = 25
- Caption = 'Show &Details'
- TabOrder = 3
- OnClick = BDetailsClick
- end
- object GroupBox1: TGroupBox
- Left = 6
- Top = 168
- Width = 321
- Height = 185
- Caption = 'Additional Information'
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 84
- Width = 68
- Height = 13
- Caption = '&Email address:'
- end
- object Label5: TLabel
- Left = 8
- Top = 44
- Width = 31
- Height = 13
- Caption = '&Name:'
- end
- object Label6: TLabel
- Left = 8
- Top = 16
- Width = 297
- Height = 33
- Caption =
- 'By including your name and e-mail address you can keep track of ' +
- 'the results you'#39've sent to 3DMark database.'
- Transparent = True
- WordWrap = True
- end
- object Label8: TLabel
- Left = 8
- Top = 128
- Width = 273
- Height = 33
- Caption =
- 'Join 3DMark mailing list to firsthand information about 3D from ' +
- 'Futuremark.'
- Transparent = True
- WordWrap = True
- end
- object EEmail: TEdit
- Left = 8
- Top = 100
- Width = 297
- Height = 21
- TabOrder = 1
- Text = 'EEmail'
- end
- object EName: TEdit
- Left = 8
- Top = 60
- Width = 297
- Height = 21
- TabOrder = 0
- Text = 'EEmail'
- end
- object CbJoin: TCheckBox
- Left = 8
- Top = 160
- Width = 273
- Height = 17
- Caption = 'I &want to join the 3DMark mailing list'
- State = cbChecked
- TabOrder = 2
- end
- end
- object BHelp: TButton
- Left = 336
- Top = 328
- Width = 83
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = BHelpClick
- end
- object BCancel: TButton
- Left = 336
- Top = 40
- Width = 81
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 2
- end
- object Animate: TAnimate
- Left = 352
- Top = 72
- Width = 48
- Height = 45
- Active = False
- CommonAVI = aviFindComputer
- StopFrame = 8
- Visible = False
- end
- object HTTP: TAdvHTTP
- Port = 0
- TimeOut = 60000
- ReportLevel = 3
- OnConnect = HTTPConnect
- OnInvalidHost = HTTPInvalidHost
- OnHostResolved = HTTPHostResolved
- OnStatus = HTTPStatus
- OnConnectionFailed = HTTPConnectionFailed
- Body = 'Default.htm'
- Header = 'Head.txt'
- InputFileMode = False
- OutputFileMode = True
- OnSuccess = HTTPSuccess
- OnFailure = HTTPFailure
- ProxyPort = 0
- Left = 384
- Top = 128
- end
- end
-